home *** CD-ROM | disk | FTP | other *** search
/ AMIGA-CD 2 / Amiga-CD - Volume 2.iso / ungepackte_daten / 1994 / 8 / 05 / term-4.0-source.lha / termStrings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-17  |  427 b   |  21 lines

  1. /*
  2. **    termStrings.c
  3. **
  4. **    Declaration of builtin language strings
  5. **
  6. **    Copyright © 1990-1994 by Olaf `Olsen' Barthel
  7. **        All Rights Reserved
  8. */
  9.  
  10. #define CATCOMP_ARRAY
  11.  
  12. #define CatCompArray __far CatCompArray
  13.  
  14. #include "termStrings.h"
  15.  
  16. #undef CatCompArray
  17. #define CatCompArray CatCompArray
  18.  
  19. struct CatCompArrayType    *AppStrings    = &CatCompArray[0];
  20. LONG             NumAppStrings    = sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
  21.